home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: TS3Message.h
- *
- * Copyright © 1996 Apple Computer, Inc.
- */
-
- #ifndef __TS3Message__
- #define __TS3Message__
-
- void Message_Init(
- void);
-
- void Message_Exit(
- void);
-
- #define Message_CheckError(inErr,inInRoutine,inFromRoutine) \
- _Message_CheckError(inErr,inInRoutine,inFromRoutine,__FILE__,__LINE__)
-
- void _Message_CheckError(
- OSStatus inErr,
- const char* inInRoutine,
- const char* inFromRoutine,
- const char* inFile,
- unsigned long inLine);
-
- #endif /* __TS3Message__ */